home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / PInterfaces / DBDMA.p < prev    next >
Text File  |  1996-05-01  |  1KB  |  65 lines

  1. {
  2.      File:        DBDMA.p
  3.  
  4.      Contains:    Descriptor Based DMA Interfaces
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. }
  18. {$IFC UNDEFINED UsingIncludes}
  19. {$SETC UsingIncludes := 0}
  20. {$ENDC}
  21.  
  22. {$IFC NOT UsingIncludes}
  23.  UNIT DBDMA;
  24.  INTERFACE
  25. {$ENDC}
  26.  
  27. {$IFC UNDEFINED __DBDMA__}
  28. {$SETC __DBDMA__ := 1}
  29.  
  30. {$I+}
  31. {$SETC DBDMAIncludes := UsingIncludes}
  32. {$SETC UsingIncludes := 1}
  33.  
  34. {$IFC UNDEFINED __CONDITIONALMACROS__}
  35. {$I ConditionalMacros.p}
  36. {$ENDC}
  37. {$IFC UNDEFINED __PCI__}
  38. {$I PCI.p}
  39. {$ENDC}
  40. {$IFC FOR_SYSTEM8_PREEMPTIVE }
  41. {$IFC UNDEFINED __CODEFRAGMENTS__}
  42. {$I CodeFragments.p}
  43. {$ENDC}
  44. {$IFC UNDEFINED __DRIVERSERVICES__}
  45. {$I DriverServices.p}
  46. {$ENDC}
  47. {$ENDC}
  48.  
  49. {$PUSH}
  50. {$ALIGN MAC68K}
  51. {$LibExport+}
  52.  
  53. {$IFC FOR_SYSTEM7_AND_SYSTEM8_PREEMPTIVE }
  54. {$ENDC}
  55. {$ALIGN RESET}
  56. {$POP}
  57.  
  58. {$SETC UsingIncludes := DBDMAIncludes}
  59.  
  60. {$ENDC} {__DBDMA__}
  61.  
  62. {$IFC NOT UsingIncludes}
  63.  END.
  64. {$ENDC}
  65.